home *** CD-ROM | disk | FTP | other *** search
/ Network Supervisor's Toolkit / Network Supervisor's Toolkit.iso / tools / lu62 / port / init7.h < prev    next >
C/C++ Source or Header  |  1996-07-10  |  2KB  |  26 lines

  1. struct init7 {                      /* INITSELF format 7    */
  2.     unsigned type:8;                /* LU type              */
  3.     unsigned queu:8;                /* queue condition      */
  4.     unsigned orig:8;                /* origin               */
  5.     unsigned noti:8;                /* notify condition     */
  6.     char mod7[8];                   /* logon mode           */
  7.     unsigned dlu7:8;                /* type LU              */
  8.     unsigned dnl7:8;                /* DLU name length      */
  9.     char dn7[8];                    /* DLU name             */
  10.     char nod7[8];                   /* DLU node name        */
  11.     char are7[8];                   /* DLU area name        */
  12.     unsigned ri7l:8;                /* REQ ID   length      */
  13.     char ri7n[8];                   /* REQ ID               */
  14.     unsigned pw7l:8;                /* PASSWORD length      */
  15.     char pw7n[8];                   /* PASSWORD             */
  16.     unsigned us7l:8;                /* user field length    */
  17.     char us7n[23];                  /* user field           */
  18.     unsigned ur7l:8;                /* URC length           */
  19.     char ur7n[4];                   /* URC                  */
  20.     unsigned ol7f:8;                /* OLU                  */
  21.     unsigned ol7l:8;                /* OLU name length      */
  22.     char ol7n[16];                  /* OLU name             */
  23.     unsigned dar7:8;                /* DAF area addr        */
  24.     unsigned oar7:8;                /* OAF area addr        */
  25.              };
  26.